ValidatedTagKey

constructor(defaultValue: TagKey<T>, predicate: Predicate<Identifier>? = null)

Parameters

T

the TagKey type

defaultValue

TagKey - the default tag

predicate

Predicate<Identifier>, Optional - use to restrict the allowable tag selection